home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / text / faqs / software-eng.part2 < prev    next >
Encoding:
Internet Message Format  |  1994-04-17  |  40.0 KB

  1. Subject: FAQ 2: CASE tools summary
  2. Newsgroups: comp.software-eng,comp.answers,news.answers
  3. From: dalamb@qucis.queensu.ca (David Alex Lamb)
  4. Date: Sat, 16 Apr 1994 12:05:23 GMT
  5.  
  6. Last-Modified: 30 Nov 1993
  7. Archive-name: software-eng/part2
  8.  
  9. This is the monthly "frequently asked questions" (FAQ) posting on
  10. Computer-Aided Software Engineering (CASE) tools:
  11.    ECMA Reference Model
  12.    Other sources of information
  13.    What version control systems are available on UNIX
  14.    Other configuration Management tools
  15.    CASE tools for object-oriented design and analysis
  16.    Problem Tracking systems
  17.    CASE tools for educational use
  18.    CASE Vendor list
  19. Look for lines starting with "Subject:" (control-G command in rn).
  20. Most products are trademarks or registered trademarks of their
  21. vendors.  Send comments to dalamb@qucis.queensu.ca (David Alex Lamb).
  22.  
  23.  
  24. ------------------------------------------------------------------------
  25. Subject: ECMA Reference Model
  26. Date: 12 May 1992
  27. Originally collected by: ant@hpfcbig.SDE.HP.COM (Anthony Earl)
  28.  
  29. The European Computer Manufacturer's Association (ECMA) adopted TR/55,
  30. "Reference Model for Frameworks of Software Engineering Environments", 2nd
  31. edition, in December of 1991.  In Europe, it's available for free from
  32.     The European Computer Manufacturers Association
  33.     114 Rue du Rhone
  34.     CH-1204 Geneva
  35.     Switzerland
  36.     Tel: +41 22 735 36 34
  37.     Fax: +41 22 786 52 31
  38. In the United States, it is for sale by the National Institute of Standards
  39. and Technology as NIST Special Publication 500-201.  Contact:
  40.     the Superintendent of Documents,
  41.     US Government Printing Office,
  42.     Washington DC 20402.
  43. There is a PostScript  version of the  document in the PSESWG archives.  You
  44. may be able to retrieve it using their  mail-server by sending email to
  45. psesarch@nadc.navy.mil with the subject:
  46.     get nist-sp500-201.ps
  47. It is long (about half a Meg) so it may not make it through some mailers/nets.
  48.  
  49. ------------------------------------------------------------------------
  50. Subject: Other sources of information
  51. Date: 26 Mar 1993
  52.  
  53. There is a Hypercard stack that you can get by anonymous FTP from the info-
  54. mac/card directory at sumex-aim.stanford.edu.  The version 1.1 runs under
  55. various Hypercard versions including 2.0v2 on newer Macs:
  56.    -rw-r--r-- 1 macmod 286168 Jan 29 12:13 case-products-11.hqx
  57. A short companion report (about 60 pp. including tool signal info and my view
  58. of why and where this market is going) can be obtained from GMD; Western US
  59. office is: GMD, 1942 University Ave. #207, Berkeley CA 94704.)
  60. Heinz W. Schmidt  hws@icsi.berkeley.edu
  61.  
  62. [edsr!bigdaddy!cdm@uunet.UU.NET (Clifford D. Morrison) did a search with
  63. Archie and points out that this file isn't available at sumex anymore;
  64. possible locations follow.  A file with a .Z ending usually means you need to
  65. retrieve it in binary/image mode and run it through UNIX 'uncompress':
  66. Host wuarhive.wustl.edu    (128.252.135.4) Location: /mirrors2/info-mac/Old/card
  67.       FILE      rw-r--r--    248003  Jun 30  1991   case-products-11.hqx.Z
  68. Host utsun.s.u-tokyo.ac.jp   (133.11.11.11) Location: /Mac/info-mac/card
  69.       FILE      rw-rw-r--    286168  Feb 12 10:39   case-products-11.hqx
  70.  
  71. See also the Mar. 1, 1992 issue of Datamation.  There are over 400 products
  72. listed for different purposes and platforms.  Entries in the listing describe
  73. Company, Product, Product Type, and Operating System.  Some of the product
  74. types are: Structured Analysis, Planning and Design, Strategic Planning,
  75. Analysis and Design, User Interface Konstruction, DBMS Design, Design,
  76. Prototyping, Project Management, Verification, Validation, (Data) Modeling,
  77. Simulation , Diagramming, Methodology, Software Metrics and Static Analysis,
  78. Configuration and Release Management, Project Management, Maintenance, Code
  79. Generation, Restructuring and Reverse Engineering, Performance, Testing.
  80. (sprinzl@edvz.tuwien.ac.at)
  81.  
  82. ------------------------------------------------------------------------
  83. Subject: What version control systems are available on UNIX
  84. Date: 29 Mar 1993
  85. Originally collected by: media01!rla@relay.nluug.nl (Raymond van der Laan)
  86. (see also the archive file "cmtools")
  87.  
  88. SCCS is free and comes with most Unix-distribution, ported to everything and
  89. its brother.  It is no longer being enhanced or improved.  Clumsy and not
  90. suited to many users working on the same project.  Many people place scripts
  91. around the various SCCS commands to help the user.
  92.  
  93. RCS, better than SCCS, but still requires scripts to make life easier on the
  94. developer.  Originally by Walter Tichy (now at Karlsruhe) and still maintained
  95. by Purdue (rcs-bugs@cs.purdue.edu); available on the GNU distribution, widely
  96. ported, and free.  Available via anonymous FTP from several sources:
  97.     site                filename
  98.     ftp.cs.ruu.nl      /pub/GNU/rcs-5.6.tar.Z
  99.     cs.purdue.edu       pub/RCS/rcs.5_6.tar.Z
  100.     prep.ai.mit.edu     pub/gnu/rcs-5.6.tar.Z
  101.     ftp.uu.net          packages/gnu/rcs-5.6.tar.Z
  102.     ftp.virginia.edu    pub/vms/*.zoo  (VAX VMS version)
  103. It works best with GNU diff 2.0; look for diff-2.0.tar.Z.  Many case tools
  104. interface with RCS.
  105.  
  106. CVS extends RCS to control concurrent editing of sources by several users
  107. working on releases built from a hierarchical set of directories.  "RCS is
  108. assembly language, CVS is Pascal", according to the author.  Brian Berliner's
  109. CVS 1.3 C version is in cvs-1.3.tar.Z at MIT and UUnet. Dick Grune's original
  110. shell script version, CVS 3.0, is available at RUU.  Berliner
  111. (berliner@Sun.COM) and Jeff Polk (polk@BSDI.COM) continue to maintain CVS; the
  112. 1.3 release was in April 1992.
  113.  
  114. The shape toolkit (ShapeTools) is a set of commands for change control,
  115. developed by Axel Mahler, Andreas Lampen and others at the Technical
  116. University of Berlin.  It consists of a repository (the Attributed File
  117. System), version control programs, a build driver (compatible with make),
  118. release management system, and EMACS editor interface.  ShapeTools 1.3 was
  119. released in late May 1992; it runs on many UNIX variants. It's available from
  120.    site                  file
  121.    coma.cs.tu-berlin.de  pub/shapeTools/shapeTools-1.3.tar.Z
  122.    gatekeeper.dec.com    pub/plan/shapeTools-1.3.tar.Z
  123. gatekeeper has a mail archive server;  send a message to
  124. ftpmail@gatekeeper.dec.com whose body contains the single line "help".
  125.  
  126. Aegis is a project change supervisor distributed under the GNU piblic licence.
  127. CVS provides a repository; aegis provides a repository, a baseline, mandatory
  128. reviews and mandatory testing.  It's available via anonymous ftp from:
  129.   Host: ftp.nau.edu (134.114.64.70)
  130.   Dir:  /pub/Aegis
  131.   File: aegis.1.3.tar.Z         # the complete source
  132.   File: aegis.1.3.patch.Z       # patch to take 1.2 to 1.3
  133.   File: aegis.1.3.ps.Z          # PostScript of the User Guide
  134.  
  135. Many large and expensive case-tools exist which have version control in them.
  136. (Teamwork, Backplane) All VCS we know about are file-based. Database-oriented
  137. VCS's do not seem to exist.
  138.  
  139. ------------------------------------------------------------------------
  140. Subject: Other configuration Management tools
  141. Date: 28 Apr 1993
  142. Originally collected by: rene@Cadence.COM (Rene Churchill) and
  143.     zdlc03@trc.amoco.com (Dan L. Cummings)
  144.  
  145. DSEE (pronounced dizzy) [Domain Software Engineering Environment] by Apollo
  146. (now HP) is an excellent program that has excellent version control and does
  147. builds for the user.  These builds can be easily customized to a specific
  148. purpose and spread out over several different machines simultaneously.
  149. Excellent for large development projects.  Problem: Cannot be ported to other
  150. machines.  Uses non-standard facilities of Domain/OS; David Lubkin of the DSEE
  151. Project says it will be available on other operating systems, at least HP's
  152. OSF offering.  I don't know their main phone number, but their help line could
  153. get you in touch with somebody.  (1-800-227-6556)
  154.  
  155. ClearCase, by Atria software (see vendor list) runs on Silicon Graphics, HP,
  156. and Sun systems.  It was influenced by DSEE.  For SGI machines, it's available
  157. through regular SGI sales channels (US customers can call 1-800-800-SGI1).
  158.  
  159. Softool Corp. sells a "Family of change and configuration control products"
  160. The literature looks good.  This program does code control, builds, merging
  161. and other items that look good for group projects.  It has also been ported to
  162. DEC, IBM, Sun HP, Harris, and IBM PC computers.  It's been around for a long
  163. time, so it's a very mature product.
  164.     Softool Corp.;  340 S. Kellogg Ave.;  Goleta, CA 93117
  165.     (805) 683-5777
  166.  
  167. Imperial Software Technology Limited sells some CASE tools that do builds and
  168. manage source code.  The literature is not that glossy, and the impression I
  169. got was of a immature set of programs.  I also sent them a fax and email and
  170. have yet to get a response.  (6+ months)
  171.     Imperial Software Technology Ltd.; 95 London Street;  Reading RG1 4QA
  172.         United Kingdom
  173.     Phone: 0734-587055 (add England country code)
  174.     Usenet: apg@ist.co.uk
  175.  
  176. Aide-de-Camp is another good looking product from its literature.  Sounds very
  177. mature and has many good feature mentioned above.  Rather than independent
  178. versions of each file, it stores which groups of files change together: a nice
  179. idea for tracking widespread changes.
  180.     Software Maintenance & Development Systems, Inc.
  181.     PO Box 555;  Concord, MA 01742
  182.     (508) 369-7398
  183.  
  184. Procase is an interesting database for code control.  It creates a database of
  185. all of your code and will display call graphs and other very fancy functions.
  186. It requires you to use its editor, rather than vi or emacs (though it does
  187. have emulation modes for them) It has a very impressive user interface, just
  188. not enough flexibility for me.
  189.     Procase; 210 Canegie Center, Suite 101;  Princeton, NJ 08540
  190.     (609) 452-8848
  191.  
  192. Digital Equipments Corp.'s VAXSET:
  193. CMS: Code Management System; Code libraries and configuration control
  194. MMS: Module Management System; Like MAKE integrated to CMS
  195. LSE: Language Sensitive Editor - Provided programming support as part
  196.      of the editors functioning for all supported VMS languages
  197. SCA: Source Code Analyzer - Provide variable information, call trees,
  198.      etc.  Integrated into LSE and CMS.
  199. DTM: DEC Test Manager; Automated scripting tool for performing
  200.      tests of software, creating benchmarks and helping with
  201.      regression testing
  202. PCA: Performance and Coverage Analyzer - Allows for program analysis.
  203.      Validates path coverage of testing.
  204. All these product are operational on VAX VMS platforms. Additionally there is
  205. the interactive debugger, the Common Data Dictionary (repository), DEC Design,
  206. DEC Plan, and other tools.
  207.  
  208. CaseWare/CM (formerly Amplify Control) from CaseWare, Inc. is an interactive
  209. development environment emphasizing configuration management and tool
  210. integration.  It provides user-modifiable graphical and non-graphical user
  211. interfaces.  The graphical interfaces supports Motif.  It also supports
  212. several configuration management methodologies via its flexible object-
  213. oriented data modeling.  They supply a generic software process model, which
  214. you can customize.  The related CaseWare/PT problem tracking system is driven
  215. from the same configration management database.  (see vendor list for
  216. address).
  217.  
  218. CMZ is a code manager for C and Fortran;  besides version archiving, it also
  219. provides many editing, checking, and library management functions.  It
  220. currently runs on Apollo, IBM VM/CMS, IBM MVS, IBM RS/6000, VAX/VMS, Ultrix,
  221. Gould UTX, Cray Unicos, Sun, SGI, HPUX.   All European High Energy Physics
  222. laboratories will get it from CERN;  others must pay a licence fee.   Contact
  223. codeme@cernapo.cern.ch.
  224.  
  225. SMS from Intasoft [see vendor list] runs on PCs, Unix and VAXen.  Facilities
  226. include source code control, a preprocessor, a build tool and a menu driven
  227. front end.  I find it very usable, it is reasonably priced and it has all the
  228. facilities I need.  nyo@dcs.ex.ac.uk (Neil Youngman)
  229.  
  230. "Merge Ahead" is not a full fledged Version or Configuration mangement tool,
  231. but it addresses one of the most important parts of such systems, support for
  232. management and integration of multiple versions and releases.  While Merge
  233. Ahead does not provide check-in and check-out it is designed to work closely
  234. with other tools that do: integrations for RCS and SCCS are contributed, and
  235. integrations to CASEWare/CM and Atherton Technology Software BackPlane re
  236. supported by those vendors. Integrations to other CM tools (Atria ClearCase,
  237. TeamOne TeamNet, etc.) and even custom and internal tools are easy--even if
  238. files are versioned only by different names or extensions. Merge Ahead is
  239. available from: Prescient Software, Inc. (see vendor list)
  240.  
  241. RAZOR from Tower Concepts, Inc (see vendor list) is an easily tailored
  242. configuration management system with an integrated problem tracking system.
  243. It offers control and coordination of file versioning and product build
  244. management.  The graphical interface is built on OpenLook.  Its easily parsed
  245. ASCII database encourages users to generate their own scripts for report
  246. generation and process control.  Contact razor-info@tower.com for a detailed
  247. description, or razor-manual@tower.com for a postscript copy of their manual.
  248.  
  249. ------------------------------------------------------------------------
  250. Subject: CASE tools for object-oriented design and analysis
  251. Date: 29 Nov 1993
  252. Originally collected by: calvo@nssdca.gsfc.nasa.gov (Sherri Calvo)
  253.  
  254. Cadre Teamwork
  255. 401-351-5950
  256. associated with Project Technology.  Shlaer/Mellor OOA capability including
  257. ERDs in upcoming V.4.0.  Ada structure graphs (Booch/Buhr).
  258.  
  259. CASET
  260. 714-496-8670
  261. IPSYS ToolBuilder
  262.  
  263. HOOD (Hierarchical Object Oriented Design)
  264. HOOD User's Group:
  265.     HUG Administration
  266.     Logica Space and Communications Ltd
  267.     Business Park No 4
  268.     Randalls Way
  269.     Leatherhead
  270.     Surrey, KT22 7TW
  271.     U.K.
  272.     Attn: Jardine Barrington-Cook
  273.     email: barrington-cookj@logica.co.uk
  274. Now mandatory for several European Space Agency projects.
  275.  
  276. Interactive Development Environments (IDE)
  277. Vienna, VA ofc. 703-848-8808
  278. San Francisco   415-543-0900
  279. sales@ide.com
  280. Extension of Ada design tools to handle OOPLs, primarily C++
  281.  
  282. ObjecTime
  283. ObjecTime Ltd. (see vendor list)
  284. ObjecTime is an Object-Oriented CASE tool for real-time systems.  It supports
  285. the Real-Time Object-Oriented Modeling (ROOM) methodology, including a highly
  286. iterative development process enabled by the creation of executable models
  287. (not just diagrams). Object-oriented paradigms are integral to the tool and
  288. support reusable design components.
  289.  
  290. ObjectMaker (a/k/a Adagen)
  291. Mark V Systems, Ltd.; 16400 Ventura Blvd., #319; Encino, CA 91436
  292. 818-995-7671 (voice)      818-995-4267 (fax)
  293. Runs under Windows, X11, Mac.  Tools for Yourdon, Booch, Buhr methodologies
  294. Code generation and reverse engineering for Ada, C/C++ (may be under
  295. development.)
  296.  
  297. OOAtool
  298. by Object International Inc. in the vendor list.  Runs under Windows, Mac, and
  299. 11.  Supports methodology in Peter Coad's books "Object-Oriented Analysis"
  300. and "Object-Oriented Design".
  301.  
  302. OOTher (OO Documentation Tool); once called OoaToolFree
  303. Rel 1.05a (for win 3.0/3.1).
  304. Supports Coad's OOA/OOD and Finite State Machine notation (a subset of SDL).
  305. Available on SIMTEL20 and CICA.  Free for Students, $70 home users, $170 site
  306. licese for 5 users for others.  e-mail: conrozi@KK.ericsson.se.  To fetch from
  307. simtel-20 (via mail in uuencoded format):
  308.         Send e-mail to listserv@vm1.nodak.edu, set the subject string to
  309.         SIMTEL20-request. The message body should be:
  310.                 /PDGET MAIL PD1:<msdos.windows3>OOT-104d.ZIP UUENCODE
  311.  
  312. Paradigm Plus / EVB Edition
  313. EVB Software Engineering  (see vendor list).
  314. Supports the EVB Ada Object Oriented Development (AOOD) methodology.  Can be
  315. configured to support other methods.  Has Ada code generation.
  316.  
  317. Rational Rose
  318. Rational (see vendor list)
  319. Supports Booch methodology.  Available for SunOS, AIX, MS Windows, OS/2.
  320.  
  321. Robochart
  322. Digital Insight (see vendor list)
  323. Interactive diagram editor for OPEN LOOK & SunView ($495); Does hierarchical
  324. ERDs, dataflows, etc.  Educational discounts.
  325.  
  326. System Architect
  327. Popkin Software.  212-571-3434 (voice) 212-571-3436 (FAX)
  328.     11 Park Place, New York, NY 10007
  329. Supports ER diagrams, Booch methodology for Ada and C++, Coad/Yourdon.
  330. Diagram editor checks for consistency and rule violations.  Runs under MS-
  331. Windows.
  332.  
  333. Systematica Virtual Software Factory
  334. England
  335. (0202)297292 (voice)
  336. Hierarchical OO design package based on GOOD
  337.  
  338. Unirel Openlook Toolkit
  339. Unirel; Centro Commerciale Osmannoro; Via Volturno, 12;
  340.     50019 Sesto Fiorentino, Italy
  341. +39 55 301279 (voice)   +39 55 318525 (fax)
  342. An Eiffel wrapper for Xlib.  US $2000
  343.  
  344. Objectory (Objective Systems; see vendor list) is an object-oriented Analysis
  345. and Design method with supporting CASE-tool. The tool is a multi-user tool
  346. with a central repository and includes multiple diagram and documentation
  347. techniques, consistency checks, traceability, etc. It covers several models
  348. including Requirements, Analysis and Design models and also C++ code
  349. generation. The tool runs on multiple platforms. An overview of Objectory can
  350. be found in "Object-Oriented Software Engineering - A use case driven
  351. approach", by Jacobson et al, published by Addison-Wesley 1992.
  352.  
  353. ------------------------------------------------------------------------
  354. Subject: Problem Tracking systems
  355. Date: 28 Apr 1993
  356. Originally collected by: pyke@escaegate2.boeing.com (Ronald B Pyke)
  357.  
  358. The only commercial product for the Apollo mentioned was:
  359.     DDTS
  360.     Qualtrak Corporation
  361.     3315 San Filipe Road, Suite 16;     San Jose, CA  95135-2000
  362.     1-408-274-8867
  363. Several responses mentioned software available to Software Productivity
  364. Consortium (SPC) members, and also software developed at Boeing.
  365.  
  366. RAZOR, by Tower Concepts, Inc (see vendor list) offers an issue tracking
  367. system that runs on Sparc platforms.  Contact razor-info@tower.com for a
  368. detailed description, or razor-manual@tower.com for a postscript copy of their
  369. manual.
  370.  
  371. ------------------------------------------------------------------------
  372. Subject: CASE tools for educational use
  373. Date:  9 Jul 1993
  374. Originally collected by: render@zeppo.colorado.edu (Hal Render)
  375.  
  376. Teamwork (Cadre Technologies: see vendor list)
  377. It runs on SUN, ULTRIX, VMS, HP, APOLLO, OS2, etc, with X window support
  378. on most of the platforms with more to come soon (including some low-cost
  379. PC X emulators. [from cadreri!sat@Sun.COM (Scott A. Trachtenberg)]
  380.  
  381. We have been using for the past few years the following two tools:
  382. (Schemacode International Inc; see vendor list)
  383. SCHEMACODE: automatically translates schematic pseudocode design into
  384.   source code.   Works for most programming language except ADA.
  385.   Available on PC, soon on UNIX. Educational licence 250$ + 50$ per PC.
  386.   IEEE Computer had a good report on this tool. Sometime last fall.
  387. DATRIX: a tool for software quality assessment on PC and UNIX machines.
  388.   Works for C, FORTRAN and PASCAL.  Measures up to 40 metrics and provides
  389.   a unique representation of the control flow, which is useful for testing,
  390.   program understanding, and program evaluation.  Expensive; educational
  391.   licence for 500$, including up to 10 workstations.
  392. We have been using these tools for the past three years in 4th year
  393. undergrad and grad soft.eng. courses Ecole Polytechnique in Montreal.
  394.     [from robillar@rgl.polymtl.ca (P. N. Robillard)]
  395. ToolBuilder (formerly TBK) from IPSYS (see vendor list) It provides meta-tools
  396.   (design editors, structure editors) a single underlying ERA database
  397.   (supporting fine structure) and a uniform UI based on Motif. Tools exist for
  398.   HOOD (design for Ada). Might have educational discounts.
  399. STONE (FZI, see vendor list and archives file "environments") - An SEE for
  400.   research and education. An OODBS called OBST is used as the core of the
  401.   environment.  OBST is available via anonymous ftp from gate.fzi.de
  402.   [141.21.4.3]. OBST provides currently an interface to C++.  A call
  403.   interfaces to C is also available, as well as an embedding of OBST into the
  404.   interactive tool command language TCL.  [from Bernhard Schiefer
  405.   <schiefer@fzi.de>]
  406. Rational Environment (Rational, see vendor list). A tightly integrated,
  407.   interactive software engineering environment for total lifecycle control of
  408.   Ada projects. Supports design, development, unit test, maintenance,
  409.   verification, document generation, configuration management, subsystem
  410.   tools, incremental compilation. Can also integrate with external front-end
  411.   CASE tools and external target compilers.  [from: Bob Geiger
  412.   <rjg@gator.Rational.COM>]
  413. Objectory (Objective Systems; see vendor list) is an object-oriented Analysis
  414.   and Design method with supporting CASE-tool. The tool is a multi-user tool
  415.   with a central repository and includes multiple diagram and documentation
  416.   techniques, consistency checks, traceability, etc. It covers several models
  417.   including Requirements, Analysis and Design models and also C++ code
  418.   generation. The tool runs on multiple platforms. An overview of Objectory
  419.   can be found in "Object-Oriented Software Engineering - A use case driven
  420.   approach", by Jacobson et al, published by Addison-Wesley 1992.
  421.  
  422. ------------------------------------------------------------------------
  423. Subject: CASE Vendor list
  424. Date: 29 Sep 1993
  425. Originally collected by: Scott Marcus <marcuss@sol.cs.fau.edu> and/or Theo
  426.     Heavey <theo@cs.fau.edu>, CASE research group, Dept. of Computer Science,
  427.     Florida Atlantic University; sponsored by Florida Industry High Technology
  428.     Council
  429.  
  430. Adpac Corp.
  431.    Adpac CASE Tools
  432.    340 Brannan St.; San Francisco, CA 94107; 415-974-6699
  433. Advanced Logical Software
  434.    Anatool
  435.    9903 Santa Monica Blvd., suite 108; Beverly Hills, CA 90212; 213-653-5786
  436. Advanced System Technologies Inc.
  437.    QASE
  438.    Category: information systems development environment
  439.    12200 E. Briarwood Ave., Suite 260; Englewood, Colorado 80112
  440.      Fax: (303) 790-2816; Tel: (303) 790-4242
  441. Advanced Technology International, Inc.
  442.    SuperCase
  443.    category: back-end, reverse engineering
  444.    Corporate HQ: 1501 Broadway, Suite 1314; New York, NY 10036
  445.      Tel: (212) 354-8280
  446.    West Coast Office: 8950 Villa La Jolla Drive, Suite 1200; La Jolla, CA 92037
  447.      Tel: (619) 453-3050
  448. AGS Management Systems, Inc.
  449.    Multi/CAM
  450.    category: front end
  451.    880 First Ave.; King of Prussia, PA 19406; 215-265-1550
  452. American Management Systems, Inc.
  453.    Life Cycle Productivity System
  454.    category: front end, back end
  455.    1777 North Kent St.; Arlington, VA 22209; 703-841-6060
  456. Applied Business Technology Corp.
  457.    Project Workbench
  458.    361 Broadway; New York, NY 10013; 212-219-8945
  459. Applied Data Research, Inc.
  460.    DEPICTOR
  461.    category: front end
  462.    Route 206 and Orchard Rd.; CN-8; Princeton, NJ 08543
  463. Arthur Andersen & Co.
  464.    Design/1 (part of Foundation Series)
  465.    category: front end, back end, RE/M
  466.    33 West Monroe St.; Chicago, IL 60603
  467.    69 West Washington; Chicago, IL 60602; 312-580-0069; 312-580-0033
  468.      312-507-5161
  469. Ascent Logic Corporation
  470.    RDD-100
  471.    category: systems engineering, requirements analaysis
  472.    180 Rose Orchard Way, Suite 200; San Jose, CA 95134; phone: 408-943-0630
  473.      FAX:   408-943-0705
  474. ASYST Technologies, Inc.
  475.    The Developer
  476.    One Naperville Plaza; Naperville, IL 60540; 800-361-3673
  477. Atherton Technology
  478.    Software BackPlane,  Project Softboard,  Integration Softboard
  479.    1333 Bordeaux Drive; Sunnyvale,  CA. 94089; Tele: 408 734-9822
  480.      Fax: 408 744-1607
  481. Atria Software
  482.    ClearCase
  483.    24 Prime Park Way, Natick, MA 01760; tel. (508)-650-1193; info@atria.com
  484. Bachman Information Systems
  485.    BACHMAN Product Set, BACHMAN/Analyst
  486.    category: reverse engineering, front end
  487.    8 New England Executive Park; Burlington, MA 01803; 617-273-9003
  488.      800-BACHMAN
  489. Bell-Northern Research
  490.    ObjecTime now supplied through ObjecTime Ltd.
  491. Cadre Technologies, Inc
  492.    Teamwork OS/2 3.0
  493.    category: front end
  494.    222 Richmond St.; Providence, RI 02903; 401-351-5950; 401-351-CASE
  495. The CADWARE Group, Ltd
  496.    SYLVA Series
  497.    category: Front end
  498. CASE Methods Development Corp.
  499.    CASE/FRAMEWORK--METHODOLOGY, CASE/FRAMEWORK--SYNERGY
  500.    category: Information Engineering Methodology
  501.    100 N. Central Exwy.; Suite 710; Richardson, TX 75080; tel: 214-644-8173
  502.      fax: 214-644-8175
  503. CaseWare, Inc
  504.    CaseWare/CM, CaseWare/PT (formerly Amplify Control)
  505.    108 Pacifica; Irvine, CA 92718-3332; voice: (714) 453 2200
  506.      FAX: (714) 453 2276
  507. CASEWorks, Inc.
  508.    CASE:PM
  509.    1 Dunwoody Park, Suite 130; Atlanta, GA 30338; 404-399-6236
  510.      Fax: 404-399-9516
  511. The Catalyst Group
  512.    PATHVU Series
  513.    category: RE/M
  514.    Peat Marwick Main & Co.; 303 East Wacker Dr.; Chicago, IL 60601
  515.      800-323-3059; 312-938-5352
  516. CGI Systems, Inc.
  517.    PACBase, PACBench, PACDesign, Transform
  518.    category: front end, back end, RE/M
  519.    1 Blue Hill Plaza; Pearl River, NY 10965; 914-735-5030
  520. Chen & Associates
  521.    ER-Designer (ERD)
  522.    4884 Constitution Ave, Ste 1E; Baton Rouge, LA 70808; 504-928-5765
  523. Cincom Systems, Inc.
  524.    Supra, Mantis, Easy PC Contact, CASE Interchange
  525.    2300 Montana Ave.; Cincinnati, OH 45211; 800-888-0115
  526. Coding Factory
  527.    CoFac
  528.    100 Netro Park South; Laurence Harbor, NJ 08878; 201-290-0090
  529. Cognos
  530.    PowerCASE
  531.    67 S. Bedford St.; Burlington, Mass. 01803; 617-229-6600
  532. Computer Associates International, Inc.
  533.    CA-Datacom, CA-Ideal,  CA-Dataquery, CA-Dataquery PC
  534.    Computer Associates World Headquarters; 711 Stewart Ave.
  535.      Garden City, NY 11530; 516-227-3300
  536. Computer Data Systems
  537.    Scan/COBOL, SuperStructure
  538.    1 Curie Court; Rockville, MD 20850; 202-921-7000
  539. Computer Sciences Corp
  540.    Design Generator
  541.    category: front end
  542.    3610 Fairview Park Dr; Falls Church, VA 22042; 703-876-1000
  543. Computer Systems Advisers, Inc
  544.    Picture Oriented Software Environment (POSE) 4.0, SilverRun
  545.    50 Tice Blvd.; Woodcliff Lake, NJ 07675; 800-537-4262; 201-391-6500
  546. Compuware Corporation
  547.    CATI tools: Abend-AID, CICS Abend-AID,
  548.      CICS RADAR, File-AID family, TransRELATE,
  549.      PLAYBACK, File PLAYBACK, SIMULCAST, dBUG-AID, XPEDITER, NAVIGATOR
  550.    31440 Northwestern Highway; Farmington Hills, Michigan 48018-5550
  551. Cortex Corp.
  552.    CorVision, Application Factory
  553.    category: front end, back end, RE/M
  554.    138 Technology Dr.; Waltham, MA 02154
  555.    100 Fifth Avenue; Waltham, MA 02154-9863; 617-894-7000
  556. Cullinet Software, Inc.
  557.    IDMS/Architect
  558. D. Appleton Company
  559.    IDEF/Leverage
  560.    1334 Park View Ave., Suite 220; Manhattan Beach, CA 90266; 213-546-7575
  561. Deft Inc.
  562.    Deft
  563.    567 Dixon Rd., suite 110; Rexdale, ON M9W 1H7; Canada; 416-249-2246
  564. Deloitte, Haskins & Sells
  565.    4Front
  566.    200 East Randolph Dr.; Chicago, IL 60601; 312-856-8168
  567. Digital Equipment Corp.
  568.    DECASE
  569.    DECdirect; Continental Blvd.; Merrimack, NH 03054; 800-344-4825
  570. Digital Insight
  571.    Robochart
  572.    category: flow diagram editor
  573.    P.O. Box 533; Simi Valley, CA 93062-0533; USA; phone: (805) 583-3627
  574.      fax: (805) 583-3809; e-mail: rc-sales@digins.com
  575. Digital Tools Inc.
  576.    AutoPLAN
  577.    category: project scheduling tool
  578.    18900 Stevens Creek Blvd.; Cupertino, California 95014; phone: 408-366-6920
  579.      fax:   408-446-2140
  580. ECS Associates
  581.    SQL-Link-Plus
  582.    3812 Sepulveda Blvd.; Torrance, CA 90505; 213-378-9260
  583. EVB Software Engineering, Inc.
  584.    Paradigm Plus / EVB Edition - OOA/OOD CASE Tool (Unix and DOS);
  585.      HeragrapH - Ada 2D/3D Graphics and GUI toolkit (Unix/X windows and DOS);
  586.      GRACE - Reusable Ada Software Components;
  587.      RLT - Reuse Library Toolset (Unix and DOS);
  588.      Ada, Object Oriented Development and Software Engineering Training;
  589.    5303 Spectrum Drive,; Frederick, MD 21701; VOICE 301-695-6960
  590.      FAX 301-695-7734; info@evb.com
  591. Evergreen CASE Tools
  592.    EasyCASE (shareware), EasyCASE plus (commercial)
  593.    11025 164th Ave NE; Redmond WA 98052; 206-881-5149
  594. Forschungszentrum Informatik (FZI)
  595.    STONE
  596.    Haid-und-Neu-Str. 10-14,; D-7500 Karlsruhe, Germany; +49-721-6906-731
  597. ICONIX Software Engineering Inc.
  598.    PowerTools Series
  599.    category: front end, back end, RE/M
  600.    2800 Twenty Eighth St, Suite 320; Santa Clara, CA 90405; 213-458-0092
  601. i-Logix
  602.    StateMate
  603.    22 Third Ave.; Burlington, MA 01803; 617-272-8090
  604. Index Technology Corp. (merged with Sage to form Intersolv)
  605. Insoft Ky
  606.    Prosa
  607.    P.O.Box 9; SF-90101 Oulu; Finland; tel. +358-81-226128; fax. +358-81-221754
  608. Institute for Information Industry
  609.    KangaTool Series
  610.    category: front-end
  611.    8th Floor, 106 Ho-Ping E. Rd.; Taipei, Taiwan, R.O.C.
  612. Institute of Applied Computer Science (IFAD)
  613.    VDM-SL Toolbox
  614.    Forskerparken 10,; DK-5230 Odense M, Denmark; Phone: +45-65932300
  615.      Fax: +45-65-932999; Email: poul@ifad.dk
  616. Intasoft
  617.    SMS
  618.    category: configuration management
  619.    153 Sweetbrier Lane; Exeter EX1 3DG; England
  620. Integrated Systems, Inc.
  621.    AutoCode
  622.    2500 Mission College Blvd.; Santa Clara, CA 95054; 408-980-1500
  623. IntelliBase nv/sa
  624.    RIDL*
  625.    category: I-CASE for Nijssen's Information Analysis Method
  626.    Plantin en Moretuslei 220; B-2018 Antwerp; BELGIUM; tel. (+32) 3 235 9596
  627.      fax. (+32) 3 235-7955
  628. Interactive Development Environments
  629.    Software through Pictures, C Development Environment
  630.    category: front end
  631.    595 Market St., 10th Floor; San Francisco, CA 94105; 415-543-0900
  632. Intersolv (merger of Index and Sage)
  633.    Excelerator 1.84, Polytron Version Control System (PVCS),
  634.      APS Development Center
  635.    category: I-CASE (front end, back end, RE/M)
  636.    Corporate HQ: 3200 Tower Oaks Blvd.; Rockville, Maryland 20852; 301-230-3200
  637.    International HQ: Abbey View; Everard Close; St. Albans; Herts AL1 2PS
  638.      United Kingdom; Tel: 0727812812
  639. IPSYS Software Plc,
  640.    ToolBuilder
  641.    Marlborough Court,; Pickford Street,; MACCLESFIELD, Cheshire, SK11 6JD
  642.      United Kingdon; Tel: +44 625 616722; E-mail: support@ipsys.co.uk
  643. KnowledgeWare, Inc.
  644.    IEW/WS, RECODER, INSPECTOR
  645.    category: front end
  646.    3340 Peachtree Rd.; Atlanta, GA 30026; 404-231-8575; 800-338-4130
  647. Language Technology (defunct; products acquired by KnowledgeWare)
  648.    RECODER, INSPECTOR
  649. Learmonth & Burchett Management Systems, Inc. (LBMS)
  650.    System Engineer (nee Auto-Mate Plus)
  651.    1800 West Loop South, Suite 1800; Houston, TX 77027; 713-682-8530
  652.      800-231-7515
  653. MAGEC Software
  654.    MAGEC
  655.    category: Full Cycle Cobol database apps
  656.    4054 INFOMART; 1950 Stemmons Freeway; Dallas, TX 75207; 800-336-2432
  657.      214-746-4000; FAX: 214-746-4099
  658. Manager Software Products, Inc.
  659.    Manager Series
  660.    category: Front end, back end
  661.    131 Hartwell Ave; Lexington, MA 02173-3126; 617-863-5800
  662. Mark V Systems, Ltd.
  663.    ObjectMaker 2.0 (aka Adagen)
  664.    category: cross-lifecycle
  665.    16400 Ventura Blvd., Suite 303; Encino, CA 91436; 818-995-7671 (voice)
  666.      818-995-4267 (fax); mo@markv.com
  667. Matterhorn, Inc.
  668.    HIBOL
  669.    category: back end
  670. McCabe & Associates
  671.    ACT, BAT, DCT, CodeBreaker
  672.    category: Reverse Engineering/Maintenance
  673.    5501 Twin Knolls Road, Suite 111; Columbia, Maryland 21045; 800-638-6316
  674. McDonnell-Douglas
  675.    ProKit*Workbench STRADIS, PRO-IV
  676.    category: front end
  677.    P.O. Box 516; Dept. L515, MS 2812301; St. Louis, MO 63166; 800-325-1087
  678.      800-822-7337; 314-232-5715
  679. Mentor Graphics Corp.
  680.    Analyst/RT, Designer, Auditor
  681.    category: front end
  682.    8500 Southwest Creekside Place; Beaverton, OR 97005; 503-626-7000
  683. Meridian Software Systems, Inc.
  684.    OpenSELECT CASE
  685.    category: front end
  686.    10 Pasteur Street; Irvine, CA 92718; 714-727-0700 (ext. 224)
  687.      fax: 714-727-3583
  688. Meta Systems
  689.    QuickSpec, Structured Architect (SA), Structured
  690.      Architect-Integrator (SA-I), PSL/PSA, Report Specification
  691.      Interface (RSI), View Integration System (VIS).
  692.    category: front end, RE/M
  693.    315 E. Eisenhower Parkway, Suite 200; Ann Arbor, MI 48108; 313-663-6027
  694. Micro Focus, Inc.
  695.    COBOL/2 Workbench
  696.    2465 East Bayshore Rd.; Palo Alto, CA 94303; 415-856-4161
  697. Mortice Kern Systems
  698.    RCS (for DOS), MKS Toolkit
  699.    Customer Service; Mortice Kern Systems Inc.; 35 King St. N.
  700.      Waterloo, Ont. Can. N2J 2W9; (519)884-2251; (519)884-8861 FAX
  701.      (800)265-2797 (Continental US only)
  702. Netron, Inc.
  703.    NETRON/CAP
  704.    99 St. Regis Crescent N; Downsview, Ontario; Canada M3J 1Y9; 416-636-8333
  705. Object International, Inc.
  706.    OOAtool catgegory: object-oriented analysis
  707.    8140 N. MoPac Expwy, 4-200; Austin, TX 78759-8864 USA
  708.      (512) 795-0202 (voice); (512) 795-0332 (fax)
  709. ObjecTime Limited
  710.    ObjecTime
  711.    category: real-time object-oriented
  712.    ObjecTime Limited,; 340 March Road, Suite 200,
  713.      Kanata, Ontario, Canada  K2K 2E4
  714.      telephone: 1-800-567-TIME; (613) 592-3128; fax:       (613) 591-3784
  715.      internet:  sales@objectime.on.ca
  716. Objective Systems
  717.    Objectory
  718.    PO Box 1128; S-116 24 Kista; Sweden; Fax +46 8 751 30 96;
  719.      Tel +46 8 703 45 84;  Email: freli@os.se
  720. On-Line Software International
  721.    AD/VANCE DataModeler
  722.    2 Executive Dr.; Ft. Lee Executive Park; Ft. Lee, NJ 07024; 201-592-0009
  723. Optima, Inc.
  724.    DesignVision 1.7, DesignMachine 2.0
  725.    category: front end, back end
  726. Oracle Systems Corp.
  727.    CASE*Designer, CASE*Dictionary, CASE*Generator, SQL*Forms, SQL*Report,
  728.      SQL*QMX, Oracle, SQL*Louder
  729.    Oracle World Headquarters; 500 Oracle Pkwy; Redwood Shores, CA 94065
  730.      415-506-7000
  731.    ORACLE Corporation; 20 Davis Drive; Belmont, CA 94002; 800-345-DBMS
  732. Pansophic Systems Inc.
  733.    Telon
  734.    2400 Cabot Drive; Lisle, IL 60532; 312-505-6000; 800-323-7335
  735. ParcPlace Systmems
  736.    ObjectworksC++, ObjectworksSmalltalk
  737.    category: back-end
  738.    Corporate HQ: 999 E. Arques; Sunnyvale, CA 94086-4593; Tel: (408) 481.9090
  739.      Fax: (408) 481.9095; Email:  info@parcplace.com
  740. Performance Awareness Corp.
  741.    preVue, preVue-X, XStudio
  742.    8521 Six Forks Rd., Suite 200; Raleigh, NC 27615, USA; Phone: (919) 870-8800
  743.      e-mail: prodinfo@PACorp.com
  744. Phoenix Technologies, Ltd.
  745.    P-Source, P-Tools
  746.    846 University Ave.; Norwood, MA 02062; 617-551-4000
  747. Popkin Software & Systems
  748.    System Architect
  749.    111 Prospect St., Suite 505; Stamford, CT 06901; 203-323-3434
  750.    11 Park Place, NY, NY 10007; tel. 212-571-3434; fax. 212-571-3436
  751. Prescient Software, Inc.
  752.    Merge Ahead
  753.    3494 Yuba Avenue; San Jose, CA 95117-2967; E-mail: mcgregor@netcom.com
  754.      tel: 408-985-1824; fax: 408-985-1936
  755. PROCASE Corporation
  756.    SMARTsystem; C/Spot/Run
  757.    2694 Orchard Parkway; San Jose, CA 95134; fax. (408) 435-2600
  758.      tel. (408) 433-9500; customer support: 800-777-4776
  759. ProMod, Inc.
  760.    ProMod Series
  761.    category: front end, back end, RE/M
  762.    23685 Birtcher Dr.; El Toro, CA 92630; 714-855-3046; 800-255-2689
  763. ProtoSoft, Inc.
  764.    Paradigm Plus
  765.    17629 El Camino Real Suite 202, Houston TX 77058; 713-480-3233
  766.      FAX 713-480-6606
  767. Rational
  768.    1. An integrated, interactive software engineering environment for Ada
  769.    2. Rational Rose, object-oriented analysis and design tool
  770.    Category: front end, back end, development environment, reverse engineering,
  771.      configuration management
  772.    3320 Scott Blvd; Santa Clara, CA 95054; 1-800-767-3237;
  773.      (408) 496-3600 (ask for Terri Baxter)
  774. Ready Systems Corp.
  775.    CardTools
  776.    470 Potrero Ave.; P.O. Box 60217; Sunnyvale, CA 94086
  777. Reasoning Systems Inc.
  778.    category: reverse engineering, re-engineering
  779.    3260 Hillview Ave.; Palo Alto, CA 94304; 415-494-6201 (voice)
  780.      415-494-8053 (FAX); reasoning@reasoning.com
  781. Sage Software Inc. (merged with Index to form Intersolv)
  782. Sapiens International
  783.    Perfect, Object-Modeller, Sapiens, Quix, Vision
  784.    Sapiens USA; P.O. Box 4349, Cary, NC, 27519-4349; 1-800-858-9473
  785. Schemacode International Inc
  786.    Schemacode, Datrix
  787.    89 Gleenbrooke, suite 100; Dollard des Ormeaux, Quebec H9A 2L7
  788.      514-683-8693; fax 514-683-6792; e-mail: datrix@rgl.polymtl.ca
  789. SETT, Inc.
  790.    GRAMMI - Ada X window GUI builder
  791.    5303 Spectrum Drive,; Frederick, MD 21701; (301) 695-6960; info@evb.com
  792. Sextant, Incorporated
  793.    product: Sextant for C
  794.    category: C programming environment
  795.    3881 Sparrow Wood, Ann Arbor, MI 48108; 313-677-0952; info@sextant.com
  796. Siemens Nixdorf Industries
  797.    Sigraph-SET
  798.    category: case for realtime systems, SDL (CCITT)
  799.    Postfach 4848, D-8500 Nuernberg 1, Germany; Mr. L. Luedecke;
  800.      +49 911 895 4362
  801. Six Sigma Case
  802.    Canonizer
  803.    13456 SE 27th Place; Bellevue, WA 98005; 206-643-6911
  804. Softlab, Inc.
  805.    Maestro
  806.    category: front end, back end, RE/M
  807.    1000 Abernathy Road, Suite 1000, Atlanta GA 30328-5613
  808.      Tel: 404-6688-811, Fax: 404-668-8812
  809. Software AG of North America, Inc.
  810.    Adabas, Natural, Construct, Predict, Predict Case, Super Natural
  811.    11190 Sunrise Valley Drive; Reston, VA 22091; 703-860-5050
  812. Software Architecture and Engineering
  813.    Strategic Networked Application Platform
  814.    1600 Wilson Blvd.; Arlington, VA 22209; 703-276-7910
  815. Software Emancipation Technology, Inc.
  816.    product: ParaSET
  817.    category: software engineering environment
  818.    245 Winter Street; Waltham, MA 02154-8709; +1 (617) 466-8600;
  819.      1-800-372-7273; +1 (617) 466-9845 (FAX); sales@setech.com
  820. Software Productivity Research, Inc.
  821.    Checkpoint, SPQR/20
  822.    category: estimation, measurement, front end
  823.    77 South Bedford St.; Burlington, MA 01803; 617-273-0140
  824. S & P Media GmbH
  825.    Sigraph-SET
  826.    category: case for realtime systems, SDL (CCITT)
  827.    Gadderbaumerstr. 19; D-4800 Bielefeld, Germany
  828. StarSys, Inc.
  829.    MacBubbles
  830.    category: front end
  831.    11113 Norlec Dr.; Silver Spring, MD 20902; 301-946-0522
  832. StructSoft, Inc.
  833.    TurboCASE 3.0
  834.    category: front end (for the Mac)
  835.    5416 156th Ave. SE; Bellevue, WA 98006; tel: 206-644-9834; fax: 206-644-7714
  836. Syscorp International, Inc.
  837.    MicroStep 1.3
  838.    9420 Research Blvd., Suite 200; Austin, TX 78759; 512-338-0591
  839. System Software Associates
  840.    AS/Set
  841.    500 W. Madison; Chicago, Ill. 60606; 312-641-2900
  842. Systematica Ltd.
  843.    VSF (Virtual Software Factory)
  844.    Eastern Regional Office; 703-368-9864; 408-437-7743  (Katie Wiederholt)
  845. TeamOne Systems Inc,
  846.    TeamNet
  847.    category: Configuration Management
  848.    2700 Augustine Drive; Santa Clara, CA 95054; 800-442-6650
  849.    [Aug 1992 e-mail gave address: 710 Lakeway Drive, Suit 100;  Sunnyvale, CA
  850.       94086; Tel: 408-730-3500]
  851. TeleLOGIC Malmoe AB
  852.    SDT - The SDL Design Tool
  853.    Kungsgatan 6; Box 4128; S-203 12 Malmoe; Sweden; Tel. +46-40 17 47 00
  854.      FAX: +46-40 17 47 47; E-Mail: Support@TeleLOGIC.se
  855.    US and Canadian distributor: Anonymix inc.; 50 University Ave.
  856.      Los Gatos, CA 95030; Phone: (408) 399-5030; Fax:   (408) 399-5032
  857. Texas Instruments Inc.
  858.    Information Engineering  Facility (IEF) 4.0
  859.    6550 Chase Oaks Blvd.; Plano, TX 75023
  860.    Local Address: 2950 N.W. 62nd St. Suite 100; Ft. Lauderdale, FL 33309
  861.      800-527-3500
  862. TGS Systems
  863.    Prograph (visual o-o programming environment)
  864.    Suite 200, 2745 Dutch Village Road; Halifax, Nova Scotia  B3L  4G7; Canada;
  865.      902/455-4446; FAX:  902/455-2246; tgs-support@fox.nstn.ns.ca
  866. Tom Software
  867.    Application Xcellence
  868.    127 SW 156th Street; Seattle, WA 98166; 206-246-7022
  869. Tower Concepts, Inc.
  870.    Razor
  871.    category: Issue Tracking and Configuration Management
  872.    103 Sylvan Way; New Hartford, NY  13413; (315) 724-3540;  sales@tower.com,
  873.      razor-info@tower.com, razor-manual@tower.co
  874. Unisys Corp.
  875.    Linc Design Assistant, Linc, Mapper, DMS II
  876.    P.O. Box 500; Bluebell, PA 19424; 215-986-4011
  877. Verilog S.A
  878.    150, rue Nicolas-Vauquelin; 31081 Toulouse Cedex-France; Tel:(33)61403888
  879.      Fax:(33)61408452; Telex: VERILOG532288F
  880.    VERILOG USA Inc.; Beauregard Square; #340 6303 Little River Turnpike
  881.      Alexandria, VA  222312; TEL: (703)354-0371
  882. ViaSoft, Inc.
  883.    Via/Insight, Via/SmarTest
  884.    3033 North 44th St., Suite 280; Phoenix, AZ 85018; 602-952-0050
  885. Visible Systems Corp.
  886.    Visible Analyst Workbench
  887.    category: front end
  888.    950 Winter St.; Waltham, MA 02154; 617-969-4100
  889. Vista Technologies, Inc.
  890.    PCTE Workbench, HyperWeb
  891.    category: Hypermedia-based software development environments
  892.    1100 Woodfield Road, suite 108; Schaumburg, IL  60173-5121  USA
  893.      708 706-9300 (voice); 708 706-9317 (fax)
  894. Visual Software, Inc.
  895.    vsDesigner, vsSQL, vsObject Maker
  896.    category: front end
  897.    3945 Freedom Circle, Suite 540; Santa Clara, CA 95054; 408-988-7575
  898. Westmount Technology B.V.
  899.    ISEE, TSEE, RTEE
  900.    category: front end
  901.    5655 Lindero Canyon Road, Suite 521; Westlake Village, CA 91362
  902.      818-597-9119; email wmt!gen@nluug.nl
  903.    Westmount Technology B.V.; Poortweg 8, 2612 PA Delft
  904.      P.O.Box 5063, 2600 GB Delft; The Netherlands; tel. +31 15 610815
  905.      Fax. +31 15 565701
  906. A Systems Corporation
  907.    PATHVU, RETROFIT
  908.    category: RE/M
  909.    983 University Avenue; Los Gatos, CA 95030; 800-344-9223 (U.S.)
  910.      800-344-9224 (Canada)
  911. York Software Engineering Ltd.
  912.    Personal-SELECT, Project-SELECT, CADiZ (Computer Aided Desigin in Z),
  913.      ACE (ADA Compiler Environment)
  914.    category: front end
  915.    University of York; York, England YO1 5DD; tel: +44 (0)904 433741
  916.      fax: +44 (0)904 433744
  917. Yourdon, Inc.
  918.    Analyst/Designer Toolkit, Cradle
  919.    category: front end
  920.    1501 Broadway; New York, NY 10036; 212-391-2828
  921.  
  922. -- 
  923. Software Technology Laboratory      dalamb@qucis.queensu.ca (David Alex Lamb)
  924. Computing and Information Science   phone: (613) 545-6067
  925. Queen's University, Kingston, Ontario, Canada K7L 3N6    
  926.  
  927.